Click or drag to resize
Serialization Class
This class used for Serialization/Deserialization of any list object into a file on hard disk.
Inheritance Hierarchy
SystemObject
  TangibleFrameworkSerialization

Namespace: TangibleFramework
Assembly: ColocartsFramework (in ColocartsFramework.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static class Serialization

The Serialization type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDeserializeObject
static function to Deserialize a list from a file on hard disk. list to Deserialize.File path. this function return type is bool. cref="system.io.filenotfoundexception".
Public methodStatic memberSerializeObject
static function to Serialize a list into a file on hard disk. list to Deserialize.File path. this function return type is bool. cref="system.io.filenotfoundexception" .
Top
See Also